home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 31 / Amiga Format CD31 (1998-09-02)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1998-10].iso / -seriously_amiga- / misc / cpublit98 / src / system.h < prev   
C/C++ Source or Header  |  1998-07-16  |  356b  |  14 lines

  1. #include <exec/types.h>
  2. #include <exec/execbase.h>
  3. #include <libraries/dos.h>
  4. #include <libraries/dosextens.h>
  5. #include <intuition/intuition.h>
  6. #include <workbench/startup.h>
  7. #include <workbench/workbench.h>
  8. #include <proto/exec.h>
  9. #include <proto/dos.h>
  10. #include <proto/graphics.h>
  11. #include <proto/intuition.h>
  12. #include <proto/icon.h>
  13. #include <string.h>
  14.